Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NWidgetRasterImageExporter<TContent> Class
Members


In This Topic
    NWidgetRasterImageExporter<TContent> Class
    In This Topic
    Raster image exporter for widgets.
    Object Model
    NWidgetRasterImageExporter<TContent> Class
    Syntax
    'Declaration
     
    
    Public Class NWidgetRasterImageExporter(Of TContent As NWidget) 
       Inherits NRasterImageExporter(Of TContent)
    public class NWidgetRasterImageExporter<TContent> : NRasterImageExporter<TContent> 
    where TContent: NWidget
    Type Parameters
    TContent
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.UI.NElementMediaExporter<TContent>
          Nevron.Nov.UI.NContinuousMediaExporter<TContent>
             Nevron.Nov.UI.NRasterImageExporter<TContent>
                Nevron.Nov.UI.NWidgetRasterImageExporter<TContent>

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also